projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe90f2
)
*** empty log message ***
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 8 Mar 2001 15:04:19 +0000
(15:04 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 8 Mar 2001 15:04:19 +0000
(15:04 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index fec130b0dd63f9b47b79ffed95adf0b2d10b93bf..4954001e5cd75e2b9b8794d3b7dc35ffd3616548 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2001-03-08 Gerd Moellmann <gerd@gnu.org>
+
+ * window.el (shrink-window-if-larger-than-buffer): Handle frame
+ parameter `(minibuffer . t)'.
+
2001-03-07 Richard M. Stallman <rms@gnu.org>
* info.el (Info-scroll-down): Fix previous change.
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 774e19fe49cdd0513373c452f706c603415eb7bb..beb0fd4f5065c7737c54fa59bfefed2450c48bae 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,8
@@
2001-03-08 Gerd Moellmann <gerd@gnu.org>
+ * dired.c (directory_files_internal): Handle EAGAIN more
+ efficiently.
+
* keyboard.c (make_lispy_event): Avoid generating drag events
if the mouse hasn't actually moved to another buffer position.